UserAgentMetadata
data class UserAgentMetadata(brands: List<UserAgentBrandVersion>?, fullVersion: String?, platform: String, platformVersion: String, architecture: String, model: String, mobile: Boolean)
Content copied to clipboard
Used to specify User Agent Cient Hints to emulate. See https://wicg.github.io/ua-client-hints Missing optional values will be filled in by the target with what it would normally use.
Constructors
UserAgentMetadata
Link copied to clipboard
fun UserAgentMetadata(brands: List<UserAgentBrandVersion>? = null, fullVersion: String? = null, platform: String, platformVersion: String, architecture: String, model: String, mobile: Boolean)
Content copied to clipboard
Properties
architecture
Link copied to clipboard
brands
Link copied to clipboard
fullVersion
Link copied to clipboard
platformVersion
Link copied to clipboard